home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 February / PC Direct CD-ROM (February 1996).iso / software / claris / impact / disk12 / impact.rs_ / impact.rs / TEXT_168.txt < prev    next >
Encoding:
Text File  |  1995-08-28  |  339 b   |  11 lines

  1. LOG10 (Log to Base 10)
  2. Calculates the logarithm of a number to base 10. It is the inverse of the number E in scientific notation.
  3.  
  4. Format: LOG10 (number)
  5.  
  6. Argument:
  7. ΓÇó  number: A positive number.
  8.  
  9. Example:
  10. LOG10 (C2) returns 5 if cell C2 contains 100000.
  11. Shows that LOG10 returns the exponent of a scientific representation of the number.